6d pose -- unity coordinate
6d pose -> unity coordinate
unity 使用左手坐标系,普遍的 6d 算法使用右手坐标系,所以得出[R;t]后需要做一步针对 y 轴的反射变换
1 | def right_to_left_hand_pose_R(R): |
可以看到效果很好:
6d pose -- unity coordinate
http://chen-yulin.github.io/2024/08/01/[OBS]Capstone-6d pose -- unity coordinate/